home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / DTS QT Utilities.Aug-95 / Projects & Test Apps / QT Internals / QTInternals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-22  |  1002 b   |  35 lines  |  [TEXT/MPCC]

  1. /*
  2.     File:        QTInternals.h
  3.  
  4.     Contains:    Functions dealing with dumping internal movie information.
  5.  
  6.     Written by:    DTS
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.        <1>         1/4/95    khs        first file
  13.        
  14. */
  15.  
  16. #pragma once
  17.  
  18.  
  19. // INCLUDES
  20. #include <Movies.h>
  21. #include <stdio.h>
  22.  
  23. #ifdef __MWERKS__
  24. #include <sioux.h>
  25. #endif
  26.  
  27. // TYPEDEFS & DATA STRUCTURES
  28.  
  29. // FUNCTION PROTOTYPES
  30. void ShowMovieTrackInfo(Movie theMovie);                                                        // display track information about movies
  31. void ShowMovieVideoInfo(Movie theMovie);                                                         // display video related information
  32. void ShowMovieSoundInfo(Movie theMovie);                                                        // display sound related information
  33. void ShowGlobalMovieInfo(Movie theMovie);                                                        // display global information related to the movie and system
  34. void ShowTextTrackInformation(Movie theMovie);                                            // dump text track information
  35. pascal long QTUCountKeySamples(Movie theMovie, OSType theMediaType);        // get key samples